Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

EMSUSD-1522 I want the ability to see and set the expansion rule of the collection #4015

Closed
wants to merge 3 commits into from

Conversation

barbalt
Copy link
Collaborator

@barbalt barbalt commented Nov 27, 2024

  • Added tabs to the Light Linking widget
  • Added Expression tabs
  • Added Expansion rules menu

image
image
image

@barbalt barbalt self-assigned this Nov 27, 2024
headerLayout.addWidget(menuButton)
includeExcludeLayout.addWidget(headerWidget)

self._include = StringList(includes, "Include", "Include all", self)
Copy link
Collaborator

@pierrebai-adsk pierrebai-adsk Nov 28, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would have like the widget class to have names that reflect they are UI element. StringList and Resizable are very generic, at first I did not understand what was going on. For example StringListView.

(Also, its file is just "list.py" which triggers my consistency demon. :) )

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Those were there on the initial version of this widget that was moved to maya. So I kept them with the same name for ease of updating

pierrebai-adsk
pierrebai-adsk previously approved these changes Nov 28, 2024
pierrebai-adsk
pierrebai-adsk previously approved these changes Nov 28, 2024
@@ -1,5 +1,5 @@
try:
from PySide6.QtCore import QSettings
from PySide6.QtCore import QSettings # type: ignore
except:
from PySide2.QtCore import QSettings # type: ignore

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I discovered that this writes files in a random folder. I think we will need to have some DCC-specific callback to save the data in DCC-specific locations. (In another PR)

@barbalt barbalt closed this Nov 29, 2024
@barbalt barbalt deleted the barbalt/ll-expressions branch November 29, 2024 17:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants